/** * This file was auto-generated by Fern from our API Definition. */ export declare const SkyflowEnvironment: { readonly Production: "https://identifier.vault.skyflowapis.com"; readonly Sandbox: "https://identifier.vault.skyflowapis-preview.com"; }; export type SkyflowEnvironment = typeof SkyflowEnvironment.Production | typeof SkyflowEnvironment.Sandbox;